home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / football_extravaganza.swf / scripts / DefineButton2_84 / BUTTONCONDACTION on(press).as next >
Text File  |  2011-09-19  |  113b  |  9 lines

  1. on(press){
  2.    gotoAndStop(4);
  3.    tellTarget("pic3")
  4.    {
  5.       gotoAndStop("down");
  6.       play();
  7.    }
  8. }
  9.